Search for installed node packages
$ pacman -Qs node
local/nodejs 14.9.0-1
Evented I/O for V8 javascript
Then uninstall the package
Or you can query system for the node binary
$ which node
/usr/bin/node
Then query which package owns the file
pacman -Qo /usr/bin/node
Then remove the package