Editing a File

Hi all,
I have a file with following contents

# rad124
# radkus
# raddebug
# radtrace

I could like to remove the # and space present before the key word "rad".

Any ways to do this using "subsitution method(:%s/old/new/g)" will be hepful.

sed 's/^# rad/rad/' file >newfile4