Did you find a solution to this? I am having the same issue. The total is getting put as a meta item.
i.e WooCommerce total = $80 Total from gravity forms = $178.
I can hide them in then cart, but not the email:
.woocommerce td.product-name .wc-item-meta li:last-child {
display: none !important;
}