To remove the Next/Previous bar that appears under the post Go to Appearance -> Editor Then inc-> structure-> content-extensions.php
Replace line 284 with the following: //do_action( 'wp_portfolio_after_post_content' );
Creating a child theme to customize the theme code is the best practice.