Invalidate Remember Me Cookie

When using Yii::$app->session->destroySession() if the user has the "remember me" cookie it automatically logs the user back in. Does Yii have a way to invalidate that cookie, or how would that best be handled?