Remove ^M with VIM in linux

How I do to replace this with a ‘normal’ line break?

Replace ^M to normal line break in many config files.

:%s/<ctrl -V></ctrl><ctrl -M>//g
</ctrl>