Strip out one particular anchor tag in html text

I want to strip out one particular anchor tag in the html content and replace it with the text between the tags. However other anchor tags should remain as it is.
For example,
In the following I should remove Google links, but text should remain
1)

This is SQlTeam and Google
Required output:
This is SQlTeam and Google
'

There could be many instances of Google in the html text. All those need to replaced with just the text not the hyperlink