I use this to remove a file from the repo:
hg remove
What command can you use to do an hg remove on
If you intend to do addremove and commit, it can be joined with '-A' option as shown here:
hg commit -A -m 'Commit with addremove'