As per the subject - if I am maintaining a set of files in a directory and one of them is no longer used then I would do "git rm <name of file>" and then when I commit the file is no longer in the current version of the repository.
I assume however that it would be possible to get back the last (and previous) committed version of the file if I needed ot at some time in the future?