Disable the service from starting on system boot
systemctl disable NetworkManager
Stop the service from running
systemctl stop NetworkManager
And if you want to remove it from the system.
yum remove NetworkManager
Refer to this post if you need to set a static IP Address