@ddelmotte: Hello David, to remove the title and content. Best option is to use the Featured Image slider and just upload the image and url. Then leave empty title and content in Image Slider Options. But looks like you are using Catch Everest Free theme, which doesn’t have image slider. It only have post slider and it automatically add title, excerpt and featured image from the post. So on this case, you can hide it by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#main-slider .entry-container { display: none; }