WooCommerce Variable Product Price – Where is “From” text generated from?

Go with commenting out this line:

 if ( !$product->min_variation_price || $product->min_variation_price !== $product->max_variation_price ) $price .= '<span class="from">' . _x('From', 'min_price', 'woocommerce') . ' </span>';

and this won’t be added to the price output.