Hi Eric,
To hide the feature images of certain post categories, you can try this CSS:
.single-post .category-CATEGORY_ALIAS .entry-thumb {
display: none;
}
Kindly change CATEGORY_ALIAS to the alias that is assigned to your category which you can find in Posts > Categories > Edit Category > Slug.
Hope this helps.