Remove All Files Installed By PKG File on a Mac
To get a list of installed packages:
pkgutil --pkgs
Then, you can get a list of files in the package with:
pkgutil --files packagename
(via http://geekyninja.com/archives/how-to-uninstall-mac-os-x-pkg-packages/#comment-5094)