Hello There,
Thanks for writing in! To remove the slider in your single portfolio posts, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.single-x-portfolio .entry-featured .x-flexslider-featured-gallery {
display: none;
}
If you want to use this slider and would like to add more photos, please check out this article: https://community.theme.co/kb/portfolios/
Hope this helps.