I installed Cordova and Ionic Native plugins into the ionic3 project.
But I need to remove only that specific Cordova and Ionic Native plugins from the project complete
Try below
ionic cordova plugin remove --no-interactive
READ MORE
Hope this helps