Alternatively you can save it to temp.txt, and then run
sed -i "s|^# ||" temp.txt
and the copy the content of modified temp.txt into wherever you want it to be.
Yet another alternative would be to open the file in vim, place cursor on the first #, press Ctrl+V, go right once and down to the...