How can I install XFCE and completely remove Unity

You can install the entire xfce ubuntu package using the following commands:

sudo apt-get update
sudo apt-get install xfce4

Alternatively, you can install the entire xubuntu package:

sudo apt-get install xubuntu-desktop

To uninstall unity:

sudo apt-get purge ubuntu-desktop unity-*