Remove a text from email subject

Remove a text from email subject

I am using Zoho Flow to fetch email from my Zoho Mail ID

Once this email is fetched, I print the subject of this email on a particular channel in Cliq

I want to remove a text "Fwd:" that is appearing when I summon ${trigger.subject}

So lets say if the subject is - "Fwd : Email Subject"

I want only "Email Subject" to be pushed to Zoho Cliq

How can I achieve this?

I tried ${trigger.subject}-${'Fwd: '} but it did not work?