Where is this option in Enfold?
Appearance > Theme Options, uncheck the option “Show a featured image on single posts”, click “Save changes”
I added the following css and all is good:
#top.single-post .entry-content .slideshow_container {
display: none;
}
#top.category .entry-content .slideshow_container {
display: none;
}
.single .big-preview.multi-big, .single .small-preview {
display: none;
}