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
You can use the following command to remove
ionic cordova plugin rm
Example :
ionic cordova plugin rm cordova-plugin-camera
Please check the similar type of question to here.
Also please check the documentation of plugin commands from here.
Hope this will help you!!