RegEx: Find pattern and Replace

UnderCoverD123 1 Reputation point
2022-11-25T09:40:42.12+00:00

I have a following text:

"Hello Good Morning (Take Tea) Go to office (Take Breakfast) . Work. (Bye for Now)"

I need to find the words between "(Take" and ")" and replace with "".
The expected output is:
"Hello Good Morning Go to office . Work. (Bye for Now)"

Could any help with regex for this

System Center Virtual Machine Manager
0 comments No comments
{count} votes