Hi,
both
Code:
sed 's/(\|)//g'
sed 's/[()]//g'
should work equally well.
EDIT:
grail was faster.
I do have a question for the OP, though. You say that you want to replace the braces with a blank character. However, in your example you simply delete them. Please clarify.