:%s/^\s\+
" Same thing (:le = :left = left-align given range):
:%le
Learn more here at <
If you want to do this for a particular range of lines:
:19,25s/^\s\+//
BTW, best way to start learning vim is to execute `vimtutor` command, it will teach you how to use Vim in Vim editor.