Try the following
1. Add a compose action step before HTML to text. Here map the email Body Dynamic property.
2. Add another compose after HTML to text. Here map the output.
Run the flow with multiple test values. Check the run history and see are there any common patterns you can see for the signature like a header or something. Then you could use the split() expression. If not it is not possible to extract just the body of the email.
Thanks