.single-product .woocommerce-message {
display: none;
}
Custom css can be entered at:
Dashboard > Appearance > Customize > Additional CSS
Its possible other product page WooCommerce messages may also be hidden. Unfortunately its not possible to target just the add-to-cart ones.
]]>add_filter( 'wc_add_to_cart_message_html', '__return_false' );
https://www.ads-software.com/support/topic/hide-added-to-your-cart-message/
]]>