Date: 2017-08-12 (Chrome 60)
- Open: 
chrome://settings/searchEngines - Press 
F12to open developer console - Execute the following code:
 
settings.SearchEnginesBrowserProxyImpl.prototype.getSearchEnginesList()
    .then(function (val) { 
        val.others.forEach(function (engine) { 
            settings.SearchEnginesBrowserProxyImpl
                .prototype
                .removeSearchEngine(engine.modelIndex); 
        }); 
    });