To remove the successfully added to cart message that appears in WooCommerce product pages once a product has been added to the cart, then add the following code to your functions.php file in your theme
add_filter( 'wc_add_to_cart_message_html', '__return_null' );