If you want to hide the featured image at the single post page
but not at the homepage/archives page, you need to add some custom css to hide the image. Try using this:
.entry-thumbnail { display:none; }
Make sure you have a look at this article if you want some further info on how to use custom css.