Hey,
If you want to remove the support for featured images in the portfolio, you can look up “add_theme_support” in you′re functions.php file.
this should be registered under the post type portfolio. add_theme_support( 'post-thumbnails' );
for more information have a look at the following URL : https://codex.www.ads-software.com/Function_Reference/add_theme_support