Add the following line to your themes functions.php file to remove double pagination.
remove_action( 'woocommerce_after_shop_loop', 'woocommerce_pagination', 10 );
Add the following line to your themes functions.php file to remove double pagination.
remove_action( 'woocommerce_after_shop_loop', 'woocommerce_pagination', 10 );