Okay, learned a bit more about these, and sorta understand why nobody has responded. First, I R A idgit. Didn't know about the history of these gnome devils. Second, getting rid of them (at least in an OpenRC environment), ain't so easy.
When you boot up, if you use a tool like I do all time -- I'm speaking of "ps_mem" (or properly, "ps_mem.py") -- you'll see that you probably have only gvfsd and gvfsd-fuse running. Not a huge deal, as together they only seem to take up about 7 MB of RAM.
However, once you launch say, Thunar File Manager, you see all the others have been launched as well:
sudo ps_mem | grep gvfs
2.9 MiB + 139.5 KiB = 3.0 MiB gvfs-mtp-volume-monitor
3.0 MiB + 116.5 KiB = 3.1 MiB gvfs-goa-volume-monitor
3.1 MiB + 163.5 KiB = 3.3 MiB gvfsd-fuse
3.1 MiB + 286.5 KiB = 3.4 MiB gvfsd
3.2 MiB + 182.5 KiB = 3.4 MiB gvfs-gphoto2-volume-monitor
3.1 MiB + 341.5 KiB = 3.5 MiB gvfsd-dnssd
4.7 MiB + 155.5 KiB = 4.8 MiB gvfsd-metadata
4.6 MiB + 834.5 KiB = 5.4 MiB gvfs-udisks2-volume-monitor
5.3 MiB + 390.5 KiB = 5.6 MiB gvfsd-network
5.4 MiB + 306.5 KiB = 5.7 MiB gvfs-afc-volume-monitor
5.4 MiB + 524.5 KiB = 5.9 MiB gvfsd-http
You might not need them, but you probably can't reliably get rid of them. It's a total of something like 47 MB of RAM, much of which isn't going to be used. I make a case out of this because I really, really hate wasting RAM, and having it possibly just have to be swapped out all for nothing.
I don't have a gnome account, why do I need gvfs-goa? I don't have an Apple account, why do I need gvfs-afc? I'm virtually certain I'll never attach a digital camera to my laptop, why do I need gvfs-gphoto2 just because somebody at gnome headquarters decided I might?
Sorry for the rant, it's just that these are the kind of things that help explain why you can't have new PCs with a mere 8 GB memory, you have to have more and more. Peace out.