How to remove shipping row from checkout review order table in Woocommerce?

Solution:

Try with:

tr.shipping { 
    display: none !important; 
}