Hello,
Regarding your query to remove the featured image from the post pages is possible with the CSS below following the path Admin Panel > Appearance > Customize > Additional CSS,
.single-post #page-site-header {
display: none;
}
Hope this helps.
If you have further queries, kindly let us know.
Regards.