Site icon Hip-Hop Website Design and Development

I am trying to edit the homepage of the Shopper. Since published I can not make changes and wanted to see if i can disable in (tpl-page-homepage.php)

how would i code to disable one of these like on sale 60. Alli need to see is recent -20

get_header(); ?>

<div id="primary" class="content-area">
    <main id="main" class="site-main" role="main">

        <?php
        /**
         * Functions hooked in to homepage action
         *
         * @hooked shopper_homepage_content      - 10
         * @hooked shopper_recent_products       - 20
         * @hooked shopper_best_selling_products - 30 
         * @hooked shopper_featured_products     - 40
         * @hooked shopper_popular_products      - 50
         * @hooked shopper_on_sale_products      - 60                                                                 
         * @hooked shopper_product_categories    - 70  
         */
        do_action( 'shopper_homepage' ); ?>

    </main><!-- #main -->
</div><!-- #primary -->